home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_217 / frame_60 / DoAction.as < prev   
Text File  |  2008-11-12  |  364b  |  19 lines

  1. stop();
  2. _root.water_is_flowing = false;
  3. if(_parent._parent.horiz > 1)
  4. {
  5.    _root.water_tansfer(_parent._parent.tile_num,"from_right");
  6. }
  7. else if(_parent._parent.horiz == 1)
  8. {
  9.    _root.dead();
  10. }
  11. if(_parent._parent.vert > 1)
  12. {
  13.    _root.water_tansfer(_parent._parent.tile_num,"from_north");
  14. }
  15. else if(_parent._parent.vert == 1)
  16. {
  17.    _root.dead();
  18. }
  19.